// ==UserScript== // @name 🔥🔥🔥👍👍👍【VIP视频免费观看-VIP视频解析|京东购物优惠券】🔥🔥🔥👍👍👍 // @namespace TAKEYOUTOMYHEART // @version 1.1.0 // @description 🔥🔥🔥👍👍👍【VIP视频免费观看-VIP视频解析】腾讯、优酷、爱奇艺、B站等网站VIP视频解析,免费观看;最新的VIP视频也会及时更新,几乎同步各大视频平台的最新视频;支持多线路观看且速度较快;并且在选集时,解决了集数不对应的问题。另外还弄了一个获取京东购物优惠券的功能,亲测有效,持续更新中。🔥🔥🔥👍👍👍 // @author XIAOHUOZHIHENBUCHUOO // @match *://*.iqiyi.com/v_* // @match *://v.youku.com/* // @match *://*.le.com/* // @match *://v.qq.com/* // @match *://*.tudou.com/* // @match *://*.mgtv.com/* // @match *://film.sohu.com/* // @match *://*.acfun.cn/v/* // @match *://*.bilibili.com/* // @match *://vip.1905.com/play/* // @match *://vip.pptv.com/show/* // @match *://v.yinyuetai.com/video/* // @match *://v.yinyuetai.com/playlist/* // @match *://*.fun.tv/vplay/* // @match *://*.jd.com/* // @license GPL License // @grant GM_addStyle // ==/UserScript== (function() { 'use strict'; GM_addStyle( ' .menuHolder ul {padding:0; margin:0; list-style:none; position:absolute; left:1px; top:10px; width:0; height:0;}'+ '.menuHolder ul li {border-radius:0 0 300px 0; width:0; height:0;}'+ '.menuHolder ul li a {color:#000; text-decoration:none; font:bold 13px/30px arial, sans-serif; text-align:center;box-shadow:-5px 5px 5px rgba(0,0,0,0.4);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;}'+ '.menuHolder ul.p1 li {position:absolute; left:0; top:0;}'+ '.menuHolder li.s1 > a {position:absolute; display:block; width:30px; height:100px; background: #FF0000; border-radius:10px 10px 10px 10px;}'+ '.menuHolder li.s2 > a {position:absolute; display:block; width:200px; padding-left:100px; height:200px; background:#ddd; border-radius:0 0 200px 0;}'+ '.menuHolder ul ul {-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s;}'+ '.menuHolder li.s2:nth-of-type(9) > a {background:#A020F0; -webkit-transform:rotate(80deg);-moz-transform:rotateZ(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);}'+ '.menuHolder li.s2:nth-of-type(8) > a {background:#3366ff;-webkit-transform:rotate(70deg);-moz-transform:rotateZ(70deg);-ms-transform:rotate(70deg);-o-transform:rotate(70deg); transform:rotate(70deg);}'+ '.menuHolder li.s2:nth-of-type(7) > a {background:yellow; -webkit-transform:rotate(60deg); -moz-transform:rotateZ(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg); transform:rotate(60deg); }'+ '.menuHolder li.s2:nth-of-type(6) > a {background:#CD6839;'+ '-webkit-transform:rotate(50deg);'+ '-moz-transform:rotateZ(50deg);'+ ' -ms-transform:rotate(50deg);'+ ' -o-transform:rotate(50deg);'+ ' transform:rotate(50deg);'+ ' }'+ '.menuHolder li.s2:nth-of-type(5) > a {background:orchid;'+ ' -webkit-transform:rotate(40deg);'+ ' -moz-transform:rotateZ(40deg);'+ ' -ms-transform:rotate(40deg);'+ ' -o-transform:rotate(40deg);'+ ' transform:rotate(40deg);'+ ' }'+ '.menuHolder li.s2:nth-of-type(4) > a {background:springgreen;'+ '-webkit-transform:rotate(30deg);'+ '-moz-transform:rotateZ(30deg);'+ '-ms-transform:rotate(30deg);'+ '-o-transform:rotate(30deg);'+ 'transform:rotate(30deg);'+ '}'+ '.menuHolder li.s2:nth-of-type(3) > a {background:#00ffff;'+ '-webkit-transform:rotate(20deg);'+ '-moz-transform:rotateZ(20deg);'+ '-ms-transform:rotate(20deg);'+ '-o-transform:rotate(20deg);'+ 'transform:rotate(20deg);'+ '}'+ '.menuHolder li.s2:nth-of-type(2) > a {background:#FF4040;'+ '-webkit-transform:rotate(10deg);'+ '-moz-transform:rotateZ(10deg);'+ '-ms-transform:rotate(10deg);'+ '-o-transform:rotate(10deg);'+ 'transform:rotate(10deg);'+ '}'+ '.menuHolder li.s2:nth-of-type(1) > a {background:palegoldenrod;'+ '-webkit-transform:rotate(0deg);'+ '-moz-transform:rotateZ(0deg);'+ '-ms-transform:rotate(0deg);'+ '-o-transform:rotate(0deg);'+ 'transform:rotate(0deg);'+ '}'+ '.menuHolder li.s1:hover ul.p2 {'+ '-webkit-transform:rotate(0deg);'+ '-moz-transform:rotateZ(0deg);'+ '-ms-transform:rotate(0deg);'+ '-o-transform:rotate(0deg);'+ 'transform:rotate(0deg);'+ '}'+ '.menuHolder ul li:hover > a {background:#f00; color:#fff;}'+ '.menuHolder li.s2:hover > a {background:#d00; color:#fff;}'+ '.menuHolder .a6 li:hover > a {background:#b00; color:#fff;}'+ '.menuHolder .a5 li:hover > a {background:#b00; color:#fff;}'+ '.menuHolder .a3 li:hover > a {background:#b00; color:#fff;}'+ '.menuWindow {width:110px; height:110px; overflow:hidden; position:absolute; left:0; top:400px;z-index:99999;'+ '-webkit-transition:0s 1s;'+ '-moz-transition:0s 1s;'+ '-ms-transition:0s 1s;'+ '-o-transition:0s 1s;'+ 'transition:0s 1s;'+ '}'+ '.menuHolder:hover .menuWindow {width:310px; height:310px;'+ '-webkit-transition:0s 0s;'+ '-moz-transition:0s 0s;'+ '-ms-transition:0s 0s;'+ '-o-transition:0s 0s;'+ 'transition:0s 0s;'+ '}'+ '.menuHolder span {display:block;'+ '-webkit-transform:rotate(5deg);'+ '-moz-transform:rotateZ(5deg);'+ '-ms-transform:rotate(5deg);'+ '-o-transform:rotate(5deg);'+ 'transform:rotate(5deg);'+ '}'); console.log("=========HAHAHAHHA==========: "); var videoUrl= window.location.href; var myUrlList = [ { url: "https://yparse.ik9.cc/index.php?url=", id: "yparse" },{ url: "https://www.ckplayer.vip/jiexi/?url=", id: "ckplayer" }, { url: "https://jx.m3u8.tv/jiexi/?url=", id: "m3u8" }, { url: "https://www.pouyun.com/?url=", id: "pouyun" }, { url: "https://jx.xmflv.com/?url=", id: "xmflv" }, { url: "https://www.yemu.xyz/?url=", id: "yemu" }, { url: "https://jx.nnxv.cn/tv.php?url=", id: "nnxv" }, { url: "https://tv.woaimoon.net/label/v.html?url=", id: "woaimoon" }, { url: "https://www.8090g.cn/?url=", id: "8090g" } ]; //myUrlList.forEach((function(e) { //console.log(e.url ,e.title); //})) document.addEventListener('click', function(event) { console.log("=========页面被点击了!==========: "); videoUrl= window.location.href; console.log("=========videoUrl==========: ",videoUrl); myUrlList.forEach((function(e) { // 获取元素 var link = document.getElementById(e.id); var newHref = e.url + videoUrl; // 设置新的href值 link.setAttribute('href', newHref); })) }); var flag = true; var utils = { hideButton: function ($) { $("body").append(""); }, showButton: function ($) { $("#copy-hide").remove(); }, removeAttributes: function ($, selector, attr) { if (attr === void 0) { attr = []; } var dom = $(selector); attr.forEach(function (item) { return dom.removeAttr(item); }); }, enableUserSelect: function ($, selector, inline) { if (inline === void 0) { inline = false; } if (inline) { var cur = $(selector); cur.css("user-select", "auto"); cur.css("-webkit-user-select", "auto"); } else { var template = "\n \n "); $("body").append(template.replace(/\s*/, " ")); } }, enableOnSelectStart: function ($, selector) { $(selector).on("selectstart", stopJQueryPropagation); }, enableOnContextMenu: function ($, selector) { $(selector).on("contextmenu", stopJQueryPropagation); }, enableOnCopy: function ($, selector) { $(selector).on("copy", stopJQueryPropagation); }, enableOnKeyDown: function ($, selector) { $(selector).on("keydown", function (e) { if (e.key === "c" && e.ctrlKey) return stopJQueryPropagation(e); }); }, enableOnSelectStartByCapture: function () { document.addEventListener("selectstart", stopNativePropagation, true); }, enableOnContextMenuByCapture: function () { document.addEventListener("contextmenu", stopNativePropagation, true); }, enableOnCopyByCapture: function () { document.addEventListener("copy", stopNativePropagation, true); }, enableOnKeyDownByCapture: function () { document.addEventListener("keydown", stopNativePropagation, true); }, }; var urlList = [ { url: "https://jx.m3u8.tv/jiexi/?url=", title: "\u2464\u53f7\u63a5\u53e3" }, { url: "https://z1.m1907.top/?jx=", title: "\u73a9\u7684\u55e8\u2014\u201428-\u82e5\u63a5\u53e3\u5931\u6548\u53ef\u53cd\u9988\uff01QQ\u7fa4:340569308" }, { title: "ckplayer", url: " https://www.ckplayer.vip/jiexi/?url=" }, { title: "qqwtt", url: "https://jx.qqwtt.com/?url=" }, { title: "\u5256\u5143", url: "https://www.pouyun.com/?url=" }, { url: "https://www.8090.la/8090/?url=", title: "\u5168\u80fdvip\u63a5\u53e3\u2461" }, { title: "\u76d8\u53e4", url: "https://www.pangujiexi.com/jiexi/?url=" }, { title: "eptept", url: "https://dmjx.m3u8.tv/?url=" },{ url: "https://www.ckplayer.vip/jiexi/?url=", title: "\u63a5\u53e3:Ckplayer" }, { url: "https://yparse.ik9.cc/index.php?url=", title: "\u63a5\u53e3:\u4e91\u6790" }, { url: "https://www.8090g.cn/?url=", title: "\u63a5\u53e3:8090" }, { title: "BL", url: "https://vip.bljiex.com/?v=" }, { url: "https://www.mtosz.com/m3u8.php?url=", title: "Mao\u89e3\u6790" }, { title: "play", url: "https://www.playm3u8.cn/jiexi.php?url=" }, { title: "\u591c\u5e55", url: "https://www.yemu.xyz/?url=" }, { title: "TV\u89e3\u6790[\u817e\u8baf (\u8292\u679c)]", url: "https://jx.m3u8.tv/jiexi/?url=" }, { title: "\u51b0\u8c46", url: "https://api.qianqi.net/vip/?url=" }, { title: "JY", url: "https://jx.playerjy.com/?url=" }, { title: "JY\u89e3\u6790", url: "https://jx.we-vip.com/?url=" }, { title: "\u2478\u53f7\u89e3\u6790\u63a5\u53e3", url: "https://www.8090g.cn/jiexi/?url=" }, { title: "\u7efc\u5408/B\u7ad9", url: "https://jx.jsonplayer.com/player/?url=" }, { title: "Player-JY", url: "https://jx.playerjy.com/?url=" }, { title: "\u867e\u7c731", url: "https://jx.xmflv.com/?url=" }, { title: "\u867e\u7c732", url: "https://jx.xmflv.cc/?url=" }, { title: "m1907", url: "https://im1907.top/?jx=" }, { title: "CK", url: "https://jx.m3u8.tv/jiexi/?url=" }, { title: "8090", url: "https://www.8090g.cn/?url=" }, { title: "qianqi", url: "https://api.qianqi.net/vip/?url=" }, { title: "\u6837\u56fe\u5185\u7f6e", url: "https://jx.yangtu.top/?url=" } ]; //urlList.forEach((function(e) { // h += '"; if(location.href.indexOf('jd') != -1){ console.log("-----HAHAHAHHAHAHAHAHAJD-----"); flag = false; if(location.href.indexOf('item.jd') != -1){ console.log("----HAHAHAHHAHAHAHAHAITEMJD----"); } if(location.href.indexOf('item.jd') != -1){ var flag2 = true; if(location.href.indexOf('_source') != -1 && location.href.indexOf('xiaolizi') != -1 ){ console.log("=================== has used;over!!!! ========================"); flag2 = false; } if(flag2){ var sourceUrl = location.href var sourceUrlList = location.href.split("/"); var val = sourceUrlList[sourceUrlList.length-1]; var str; if(val.indexOf("?")!=-1){ str = val.substr(0,val.indexOf("?")); }else{ str = val.substr(0); } str= str.slice(0, -5); console.log("str:",str); //   $.get("https://www.xiaolizio.xyz", function (data, suscss) { //                 if (!!data) { //                      $("#J_goodsList li").each(function(){ // let a = $(this); // var itemurl=a.find("a").attr('href'); // var skuid=a.attr('data-sku'); // a.find("a").attr('href','https://www.xiaolizio.xyz/fetails.html?a1='+skuid) // }) //                 } else { //                 } //             }); //             $(window).scroll(function () { //                 $.get("https://www.xiaolizio.xyz", function (data, suscss) { //                 if (!!data) { //                      $("#J_goodsList li").each(function(){ // let a = $(this); // var itemurl=a.find("a").attr('href'); // var skuid=a.attr('data-sku'); // a.find("a").attr('href','https://www.xiaolizio.xyz/fetails.html?a1='+skuid) // }) //                 } else { //                 } //             }); //             }) $.get('https://www.xiaolizio.xyz/api/myjd/get?itemUrl='+ str +'' ,function(dataaa,suscss) { if(dataaa){ // var jsonObj = JSON.parse(dataaa) // var jsonObj2 = jsonObj.jd_union_open_promotion_byunionid_get_response.result // var jsonObj3 = JSON.parse(jsonObj2).data // console.log("jsonObj3:",jsonObj3); // console.log("jsonObj3.clickURL:",jsonObj3.clickURL); // https://www.***.com //window.location.href = encodeURIComponent(dataaa); window.location.href = "https://www.xiaolizio.xyz/details.html?url="+encodeURIComponent(dataaa); } }) } } } var allVideoUrls = [ {title:"云解析",type:"1",url:"https://yparse.ik9.cc/index.php?url="}, {title:"YT",type:"1",url:"https://jx.yangtu.top/?url="}, {title:'JY解析',type:"1",url:'https://jx.we-vip.com/?url=',}, {title:"⑸号解析",type:"1",url:"https://www.8090g.cn/jiexi/?url="}, {title:"M1907解析",type:"1",url:"https://im1907.top/?jx="}, {title:"管理者",type:"1",url:"https://www.administratorw.com/video.php?url="}, {title:"冰豆",type:"1",url:"https://api.qianqi.net/vip/?url="}, {title:"人人解析",type:"1",url:"https://vip.mpos.ren/v/?url="}, {title:"ckmov",type:"1",url:"https://www.ckmov.com/?url="}, {title:"剖云解析",type:"1",url:"https://jx.qqwtt.com/?url="}, {title:"剖元",type:"1",url:"https://www.pouyun.com/?url="}, {title:"盘古",type:"1",url:"https://www.pangujiexi.com/jiexi/?url="}, {title:"eptept",type:"1",url:"https://dmjx.m3u8.tv/?url="}, {title:"BL",type:"1",url:"https://svip.bljiex.com/?v="}, {title:"play",type:"1",url:"https://www.playm3u8.cn/jiexi.php?url="}, {title:"夜幕",type:"1",url:"https://www.yemu.xyz/?url="}, {title:"Player-JY",type:"1",url:"https://jx.playerjy.com/?url="}, {title:"虾米",type:"1",url:"https://jx.xmflv.com/?url="}, {title:"yparse",type:"1",url:"https://jx.yparse.com/index.php?url="}, {title:"猪蹄",type:"1",url:"https://jx.iztyy.com/Bei/?url="}, {title:"qianqi",type:"1",url:"https://api.qianqi.net/vip/?url="}, {title:"M1907",type:"0",url:"https://z1.im1907.top/?jx="}, {title:"yparse",type:"0",url:"https://jx.yparse.com/index.php?url="}, {title:"玩的嗨",type:"0",url:"http://vip.wandhi.com/?v="}, {type:"1",url:"https://jx.m3u8.tv/jiexi/?url=",title:"⑤号接口"}, {type:"1",url:"https://www.8090.la/8090/?url=",title:"全能vip②"}, {type:"1",url:"https://www.mtosz.com/m3u8.php?url=",title:"Mao解析"}, {type:"1",url:"https://movie.heheda.top/?v=",title:"风影阁"}, {title:"BL智能解析",type:"1",url:"https://svip.bljiex.cc/?v="}, {title:"综合/B站",type:"1",url:"https://jx.jsonplayer.com/player/?url="}, {title:"M1907",type:"1",url:"https://z1.im1907.top/?&jx="}, {title:"ckplayer",type:"1",url:"https://www.ckplayer.vip/jiexi/?url="}, {title:"M3U8解析",type:"1",url:"https://jx.m3u8.tv/jiexi/?url="}, {title:"8090解析",type:"1",url:"https://www.8090g.cn/jiexi/?url="}, {title:"咸鱼解析",type:"1",url:"https://jx.xyflv.cc/?url="}, {title:"极速解析",type:"1",url:"https://jx.2s0.cn/player/?url="}, ]; function preload_all(){ if(theplayurl.indexOf('iqiyi') > 0) preload_iqiyi(); } function preload_iqiyi(){ slog('albumId',Q.PageInfo.playPageInfo.albumId); if(Q.PageInfo.playPageInfo.albumId !== undefined ){ var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = false; s.src = document.location.protocol + "//cache.video.qiyi.com/jp/avlist/"+ Q.PageInfo.playPageInfo.albumId +"/1/50/"; el.parentNode.insertBefore(s, el); } } function prego_all(){ if(theplayurl.indexOf('iqiyi') > 0){ prego_iqiyi(); }else{ theplayurl = window.location.href; } } function prego_iqiyi(){ var ele = document.querySelectorAll('li[class="item selected"] > span').length ? document.querySelectorAll('li[class="item selected"] > span')[1] : document.querySelectorAll('li[class="item no selected"] > span')[1]; if(ele !== undefined ){ var pd = ele.parentNode.getAttribute('data-pd'); if(pd > 0){ var vinfo = tvInfoJs.data.vlist[pd-1]; if(vinfo.vurl.length > 0){ theplayurl = vinfo.vurl; } } }else{ theplayurl = window.location.href; } } if(flag){ var div=document.createElement("div"); div.innerHTML=''; document.body.appendChild(div); } })();